Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 9.12.0 #2769

Merged
merged 161 commits into from
Jul 24, 2024
Merged

Release 9.12.0 #2769

merged 161 commits into from
Jul 24, 2024

Conversation

github-actions[bot]
Copy link

Automated PR for 9.12.0 release

fallwith and others added 30 commits April 27, 2023 22:02
k2
name updates
a manual port value can be passed to the security agent when needed
update description for security.applicationinfo.port
- introduce NewRelic::Control::SecurityInterface singleton class
- leverage the singleton class to ensure the security agent is only ever
  initialized once
- leverage the singleton class to defer security agent initialization in
  lockstep with dependency detection deference
- have each singleton class perform its own `require` of the singleton
  library so that it's not necessary to understand that the library is
  coming in from the `Control` class that might seem to have nothing to
  do with the singleton class
- update NewRelic::Control::Security source file with license header and
  frozen string literal magic comment
- remove commented out dev dependency from gemspec, as Gemfile will be
  used
NewRelic::Control::SecurityInterface
remove blank line left over from testing to cut down on diff noise
initialize the instance vars
SecurityInterface: Ruby <= 2.4 compatibility
make sure the SecurityInterface singleton behaves as expected
when relying on the 3 argument version of `stub`, make sure it's
available
security interface tests: skip MiniTest 4
Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
add a security agent note, update descriptions further
reconcile .rb and .yml changes from the PR
typo fix
updated security config: application_info
make it abundantly clear which combinations of the 3 options will
disable the security agent
prateeksen and others added 22 commits July 18, 2024 10:29
Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
Re-enable Rails EDGE CI testing, address Rails v8.0-alpha specific issues
Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
Integration of Newrelic Ruby Security agent
Co-authored-by: James Bunch <fallwith@gmail.com>
Co-authored-by: Prateek Sen <33506953+prateeksen@users.noreply.github.com>
Previously, config descriptions were edited to adhere to a 120 character
line length.

This caused problems for some descriptions when the newrelic.yml file
was generated.

The newrelic.yml task handles its own line lengths.
We should revisit this another time.
* Add Security Agent to config.rake
Add security agent content back to newrelic.yml
@kaylareopelle kaylareopelle marked this pull request as ready for review July 24, 2024 16:25
Copy link
Author

SimpleCov Report

Coverage Threshold
Line 93.86% 93%
Branch 70.52% 50%

@kaylareopelle kaylareopelle merged commit a9bf538 into main Jul 24, 2024
140 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants